gtk4.git
2020-02-10 Matthias ClasenMerge branch 'fix-gestures-test' into 'master'
2020-02-10 Alexander LarssonFix gestures test
2020-02-10 Matthias ClasenMerge branch 'fix-hidpi-popups' into 'master'
2020-02-10 Alexander Larssonhidpi: Rescan monitors when screen scale factor changes
2020-02-10 Matthias ClasenMerge branch 'mainloop-cleanup' into 'master'
2020-02-10 Matthias ClasenMore updates
2020-02-10 Alexander LarssonMerge branch 'icon-theme-api-rework' into 'master'
2020-02-10 Alexander LarssonFix typo in GtkIconPaintable is-symbolic property
2020-02-10 Alexander Larssonicon-theme: Add back and fix test for handling non...
2020-02-10 Alexander LarssonExpose gtk_icon_paintable_new_for_file
2020-02-10 Alexander LarssonGtkIconPaintable: Add properties for file, icon-name...
2020-02-10 Matthias ClasenMerge branch 'baselineoverlay' into 'master'
2020-02-10 Alexander Larssonicon paintable: Replace get_filename and get_resource_p...
2020-02-10 Alexander LarssonRename GTK_ICON_LOOKUP_LOAD_IN_THREAD to GTK_ICON_LOOKU...
2020-02-10 Alexander Larssonicontheme: Always return some icon name in get_icon_nam...
2020-02-10 Matthias ClasenRemove GTK_DEBUG=baselines
2020-02-10 Matthias Clasenwidget: Stop embedding baseline debugging
2020-02-10 Matthias Claseninspector: Draw baselines as an overlay
2020-02-10 Matthias ClasenRemove unused includes
2020-02-10 Matthias Clasendocs: Mention gtk_main in the migration guide
2020-02-10 Matthias ClasenDrop gtk_get_main_thread
2020-02-10 Matthias ClasenDrop gtk_main and gtk_main_quit
2020-02-10 Matthias Clasendocs: Update an example
2020-02-10 Matthias ClasenStop using gtk_main and gtk_main_quit
2020-02-10 Matthias ClasenStop using gtk_main_quit
2020-02-10 Matthias ClasenDrop gtk_main_level
2020-02-10 Matthias ClasenDrop gtk_main_iteration
2020-02-10 Matthias ClasenDrop gtk_events_pending
2020-02-10 Matthias Clasentests: Stop using gtk_events_pending
2020-02-10 Matthias Clasenwin32 printing: Stop using gtk_events_pending
2020-02-10 Matthias Clasenwin32: One more build fix
2020-02-10 Matthias Clasenwin32: Fix the build
2020-02-10 Matthias ClasenMerge branch 'main-cleanup' into 'master'
2020-02-09 Benjamin Ottefilechooser: Remove outdated hack
2020-02-09 Benjamin Ottegdk: Make gdk_keyval_name() return a const char
2020-02-09 Matthias ClasenRemove unused include
2020-02-09 Emmanuele Bassicssprovider: Remove unused include
2020-02-09 Matthias ClasenRemove gtk_propagate_event from public API
2020-02-09 Matthias ClasenRemove gtk_main_do_event from public API
2020-02-09 Matthias ClasenRemove gtk_main_do_event from the docs
2020-02-09 Matthias Clasentestsuite: Stop using gtk_main_do_event
2020-02-09 Matthias Clasendocs: Remove more mentions of gtk_main_do_event
2020-02-09 Matthias Clasendocs: Remove a reference to gtk_main_do_event
2020-02-09 Matthias Clasendocs: Remove a mention of gtk_main_do_event
2020-02-09 Matthias Clasencss: Add a comment
2020-02-09 Matthias ClasenMerge branch 'wip/baedert/remove-outline-properties...
2020-02-09 Matthias Clasengsk: Update docs sections
2020-02-09 Matthias Clasengsk: Small documentation additions
2020-02-09 Matthias ClasenFix a doc comment
2020-02-09 Matthias Clasendocs: Drop a few no longer existing symbols
2020-02-09 Matthias Clasendocs: Update the switch thumbnail
2020-02-09 Matthias Clasenemojichooser: Fix the docs
2020-02-09 Matthias ClasenFix the build with -Dgtk_doc=true
2020-02-09 Matthias ClasenFix build with -Dgtk_doc=true
2020-02-08 Timm Bädercss: Remove outline border radius properties
2020-02-08 Matthias ClasenMerge branch 'avoid-mime-sniffing' into 'master'
2020-02-08 Matthias ClasenAvoid mime sniffing where possible
2020-02-07 Matthias Clasengtk-demo: Don't call gtk_main_quit
2020-02-07 Matthias ClasenAdwaita: Fix selection in vertical spin buttons
2020-02-07 Matthias ClasenMerge branch 'patch-1' into 'master'
2020-02-07 J Arun ManiUpdate migrating-3to4.xml
2020-02-07 Matthias Clasenlabel: Don't use gtk_widget_peek_style_context
2020-02-07 Timm Bäderwindow: Move variable initialziation just before usage
2020-02-07 Timm BäderRename gtk_widget{get,set,has}_style_class to _css_class
2020-02-07 Timm Bädertreepopover: Fix header guard
2020-02-07 Timm Bäderbox: Move vfunc implementations before class_init
2020-02-07 Timm Bädercalendar: Remove day-selected-double-click signal
2020-02-07 Timm Bädercalendar: Remove an unused enum
2020-02-07 Timm Bädercalendar: Remove month-changed signal
2020-02-07 Timm Bädercalendar: Keep a GDateTime around
2020-02-07 Timm Bädercalendar: Return a GDateTime from get_date()
2020-02-07 Timm Bädercalendar: Use GDateTime to select days
2020-02-07 Timm Bädercalendar: Use widgets for everything
2020-02-07 Timm Bädercalendar: Try to avoid changing size when changing...
2020-02-07 Timm Bädercalendar: Remove spinning code
2020-02-07 Timm Bädercalendar: Add accessors for display properties
2020-02-07 Timm Bädertestcalendar: Remove unused function
2020-02-07 Timm Bädercalendar: Remove details
2020-02-07 Timm Bädercalendar: Fix an uninitialized value
2020-02-07 Timm BäderAdwaita: Fix levelbar styling
2020-02-07 Timm Bäder{box,grid}layout: Access border spacing directly
2020-02-07 Timm BäderGskTransform: Remove useless fmod check
2020-02-07 Timm BäderGskTransform: add assertions to make normalize_angle...
2020-02-07 Timm Bädersnapshot: Remove new_with_parent
2020-02-07 Timm Bädertextlayout: Use gtk_snapshot_{push,pop}_collect()
2020-02-07 Timm BäderGskRoundedRect: Inline graphene_rect_contains_rect
2020-02-07 Timm Bäderwidget: Use gtk_snapshot_{push,pop})_collect
2020-02-07 Timm Bädersnapshot: Add _push_collect() and _pop_collect()
2020-02-07 Timm BäderStart using GtkWidget's new style class API
2020-02-07 Timm Bäderrenderborder: Make simple border case more obvious
2020-02-07 Timm BäderMove GTK_BORDER_STYLE_HIDDEN before GTK_BORDER_STYLE_SOLID
2020-02-07 Timm Bädertestcalendar: Close window properly
2020-02-07 Timm Bädersearchbar: Use proper getter in _get_property()
2020-02-07 Timm Bädersearchbar: Use g_object_notify_by_pspec
2020-02-07 Timm Bäderprogressbar: Remove a few unneeded queue_resize() calls
2020-02-07 Timm BäderWindow: inline function into only caller
2020-02-07 Timm Bäderwidget: Fix a from_string/try_string mixup
2020-02-07 Timm Bäderwidget: Speed up verify_invariants()
2020-02-07 Timm Bäderwidget: Remove verify_child_invariants
2020-02-07 Piotr DrągUpdate POTFILES.in
next